Name | Description |
AssemblyID |
Used to specify the assembly ID that constitutes object type descriptor used to retrieve metadata information from the server.
|
AssemblyName |
Used to specify the assembly name that constitutes object type descriptor used to retrieve metadata information from the server.
|
CachedUpdates (inherited from TMemDataSet) |
Used to enable or disable the use of cached updates for a dataset.
|
ColumnName |
Used to specify the column name that constitutes object type descriptor used to retrieve metadata information from the server.
|
Connection (inherited from TDAMetaData) |
Used to specify a connection object to use to connect to a data store.
|
ConstraintName |
Used to specify the constraint name that constitutes object type descriptor used to retrieve metadata information from the server.
|
DatabaseName |
Used to specify the database name that constitutes object type descriptor used to retrieve metadata information from the server.
|
IndexFieldNames (inherited from TMemDataSet) |
Used to get or set the list of fields on which the recordset is sorted.
|
IndexName |
Used to specify the index name that constitutes object type descriptor used to retrieve metadata information from the server.
|
KeyExclusive (inherited from TMemDataSet) |
Specifies the upper and lower boundaries for a range.
|
LinkedServer |
Used to specify the server name that constitutes object type descriptor used to retrieve metadata information from the server.
|
LocalConstraints (inherited from TMemDataSet) |
Used to avoid setting the Required property of a TField component for NOT NULL fields at the time of opening TMemDataSet.
|
LocalUpdate (inherited from TMemDataSet) |
Used to prevent implicit update of rows on database server.
|
MetaDataKind (inherited from TDAMetaData) |
Used to specify which kind of metainformation to show.
|
ObjectType |
Used to specify the object type metadata information will be requested from the server.
|
Prepared (inherited from TMemDataSet) |
Determines whether a query is prepared for execution or not.
|
Ranged (inherited from TMemDataSet) |
Indicates whether a range is applied to a dataset.
|
ReferencedAssemblyID |
Used to specify the referenced assembly ID that constitutes object type descriptor used to retrieve metadata information from the server.
|
Restrictions (inherited from TDAMetaData) |
Used to provide one or more conditions restricting the list of objects to be described.
|
SchemaCollectionName |
Used to specify the XML schema collection name that constitutes object type descriptor used to retrieve metadata information from the server.
|
SchemaName |
Used to specify the schema name that constitutes object type descriptor used to retrieve metadata information from the server.
|
StoredProcName |
Used to specify the stored procedure name that constitutes object type descriptor used to retrieve metadata information from the server.
|
TableName |
Used to specify the table name that constitutes object type descriptor used to retrieve metadata information from the server.
|
TargetNamespaceURI |
Used to specify the XML schema collection name that constitutes object type descriptor used to retrieve metadata information from the server.
|
UDTName |
Used to specify the User-Defined Type name that constitutes object type descriptor used to retrieve metadata information from the server.
|
UpdateRecordTypes (inherited from TMemDataSet) |
Used to indicate the update status for the current record when cached updates are enabled.
|
UpdatesPending (inherited from TMemDataSet) |
Used to check the status of the cached updates buffer.
|
Name | Description |
ApplyRange (inherited from TMemDataSet) |
Applies a range to the dataset.
|
ApplyUpdates (inherited from TMemDataSet) |
Overloaded.
Writes dataset's pending cached updates to a database.
|
CancelRange (inherited from TMemDataSet) |
Removes any ranges currently in effect for a dataset.
|
CancelUpdates (inherited from TMemDataSet) |
Clears all pending cached updates from cache and restores dataset in its prior state.
|
CommitUpdates (inherited from TMemDataSet) |
Clears the cached updates buffer.
|
DeferredPost (inherited from TMemDataSet) |
Makes permanent changes to the database server.
|
EditRangeEnd (inherited from TMemDataSet) |
Enables changing the ending value for an existing range.
|
EditRangeStart (inherited from TMemDataSet) |
Enables changing the starting value for an existing range.
|
GetBlob (inherited from TMemDataSet) |
Overloaded.
Retrieves TBlob object for a field or current record when only its name or the field itself is known.
|
GetMetaDataKinds (inherited from TDAMetaData) |
Used to get values acceptable in the MetaDataKind property.
|
GetRestrictions (inherited from TDAMetaData) |
Used to find out which restrictions are applicable to a certain MetaDataKind.
|
Locate (inherited from TMemDataSet) |
Overloaded.
Searches a dataset for a specific record and positions the cursor on it.
|
LocateEx (inherited from TMemDataSet) |
Overloaded.
Excludes features that don't need to be included to the TMemDataSet.Locate method of TDataSet.
|
Prepare (inherited from TMemDataSet) |
Allocates resources and creates field components for a dataset.
|
RestoreUpdates (inherited from TMemDataSet) |
Marks all records in the cache of updates as unapplied.
|
RevertRecord (inherited from TMemDataSet) |
Cancels changes made to the current record when cached updates are enabled.
|
SaveToXML (inherited from TMemDataSet) |
Overloaded.
Saves the current dataset data to a file or a stream in the XML format compatible with ADO format.
|
SetRange (inherited from TMemDataSet) |
Sets the starting and ending values of a range, and applies it.
|
SetRangeEnd (inherited from TMemDataSet) |
Indicates that subsequent assignments to field values specify the end of the range of rows to include in the dataset.
|
SetRangeStart (inherited from TMemDataSet) |
Indicates that subsequent assignments to field values specify the start of the range of rows to include in the dataset.
|
UnPrepare (inherited from TMemDataSet) |
Frees the resources allocated for a previously prepared query on the server and client sides.
|
UpdateResult (inherited from TMemDataSet) |
Reads the status of the latest call to the ApplyUpdates method while cached updates are enabled.
|
UpdateStatus (inherited from TMemDataSet) |
Indicates the current update status for the dataset when cached updates are enabled.
|